iT邦幫忙

2023 iThome 鐵人賽

DAY 7
0
自我挑戰組

服用Python30天系列 第 7

[DAY7]服用Python-安裝Python

  • 分享至 

  • xImage
  •  

今天來安裝python mac版


傳送門-python官網連結:https://www.python.org/downloads/

安裝python

https://ithelp.ithome.com.tw/upload/images/20230916/20163122GOZNmysiau.jpghttps://ithelp.ithome.com.tw/upload/images/20230916/201631222lro6DGe7e.jpghttps://ithelp.ithome.com.tw/upload/images/20230916/20163122X5bqDXtWY6.jpg
打開終端機:
https://ithelp.ithome.com.tw/upload/images/20230921/20163122vALlB86m9a.jpg
輸入python --version
出現安裝版本,表示安裝成功
https://ithelp.ithome.com.tw/upload/images/20230916/20163122gAMUgsC2gG.jpg
·pip3說明
列出目前已安裝的所有套件 -- pip3 list
使用outdated參數,可只列出有新版本的套件 -- pip3 list --outdated
安裝套件 -- pip3 install numpy
更新套件 -- pip3 install --upgrade numpy
移除套件 -- pip3 uninstall numpy
https://ithelp.ithome.com.tw/upload/images/20230916/20163122CZN343OuJN.jpghttps://ithelp.ithome.com.tw/upload/images/20230916/20163122gdNFZoxXkt.jpg


目前進度:7/30···


上一篇
[DAY6]服用Python-函式
下一篇
[DAY8]服用Python-介紹python in excel的優點
系列文
服用Python30天30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言